home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 11
- Top = 32
- Width = 598
- Height = 469
- Caption = 'Extract HTML Table values into Series components'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefault
- WindowState = wsMaximized
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Chart1: TChart
- Left = 0
- Top = 65
- Width = 590
- Height = 377
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Title.Text.Strings = (
- 'TChart')
- Chart3DPercent = 50
- View3DOptions.Orthogonal = False
- Align = alClient
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 590
- Height = 65
- Align = alTop
- TabOrder = 1
- object Label1: TLabel
- Left = 16
- Top = 48
- Width = 159
- Height = 13
- Caption = '(for Delphi 2.0 or 3.0 32bit only )'
- end
- object Button1: TButton
- Left = 8
- Top = 12
- Width = 75
- Height = 25
- Caption = 'Load...'
- TabOrder = 0
- OnClick = Button1Click
- end
- object ComboBox1: TComboBox
- Left = 96
- Top = 16
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'dollar.htm'
- 'world.htm'
- 'temperat.htm'
- 'tv.htm')
- TabOrder = 1
- end
- object Button2: TButton
- Left = 256
- Top = 12
- Width = 75
- Height = 25
- Caption = '&Edit...'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button8: TButton
- Left = 368
- Top = 12
- Width = 201
- Height = 25
- Caption = 'Save Chart to SERIES1.HTM'
- TabOrder = 3
- OnClick = Button8Click
- end
- end
- end
-